Initializes a new instance of the Shape class with the specified outline, decorations, text area and id.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Shape ( |
Visual Basic Copy Code |
---|
Public New ( _ |
An array of shape template elements that define the outline of a shape. Can contain lines, arcs and Bezier curves.
An array of shape template elements that define shape decorations. Can contain lines, arcs and Bezier curves. Decorations are visual elements that do not take part in hit testing and clipping.
An array of shape template elements that define the region of a node in which text is laid out and rendered. Can contain lines, arcs and Bezier curves. Latter two are approximated to polygons by the text-formatting algorithm.
Specifies how areas are filled if the outline path intersects itself.
The string identifier of the new shape.
An array of ShapeDecoration objects.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |